home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / sys / SwipeButtons.lha / Swipe-Buttons.readme < prev   
Encoding:
Text File  |  1998-04-05  |  2.0 KB  |  68 lines

  1.  
  2.  
  3. This files contains information on how to customize various directory tools
  4. for use with Swipe.
  5.  
  6. All examples provide two new buttons to the directory tool.  One button
  7. swipes the RAM disk while leaving the system files/directories intact.  The
  8. other is meant to replace the default delete button - using the new
  9. INTERACTIVE tag which is available in v1.74 or later versions of the
  10. Swipe program.
  11.  
  12. It is assumes that you have a sound knowledge on how to configure your
  13. directory tool. If you encounter any problems, think, read the manual, 
  14. think again, read the manual again, until you master the problem. The
  15. information contained in this distribution has been tested by the author
  16. and should be accurate.
  17.  
  18.  
  19. Enjoy,
  20.  
  21. Kai (laser@stud.uni-hannover.de)
  22.  
  23.  
  24. Uxbridge -- April 5, 1998
  25.  
  26.  
  27. ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
  28.  
  29. DIRECTORY OPUS
  30.  
  31. A custom button-window file is included in this archive.
  32.  
  33. ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
  34.  
  35. DISKMASTER
  36.  
  37. Add the following lines to your startup.dm file. If you are using an old version
  38. you have to remove the "PUBSCREEN %a" bit from the first line. Newer versions
  39. of diskmaster are available through the Aminet.
  40.  
  41. AddCmd Swipe, 20; Recursion OFF; Extern Swipe %s INTERACTIVE PUBSCREEN %a;
  42. AddCmd SwipeRAM, 20; Extern Swipe SWIPERAM;
  43.  
  44. ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
  45.  
  46. MAXON TOOLS
  47.  
  48. Add the following two buttons to a button window of your choice.
  49.  
  50. 1. A button called 'Swipe RAM-disk', set the "function" settings to:
  51.    - CD: Source
  52.    - Output: NIL:
  53.    - all boxes must be unticked
  54.    - Add the following two commands to the window
  55.      i) type: executeable, "Swipe SWIPERAM"
  56.     ii) type: internal "NDIR RAM:"
  57.    - leave everything else unchanged
  58.  
  59. 1. A button called 'Swipe', set the "function" settings to:
  60.    - CD: Source
  61.    - Output: NIL:
  62.    - 3 boxed must be unticked, check the ALL box
  63.    - Add the following two commands to the window
  64.      i) type: executeable, "Swipe PUBSCREEN [p] [O]"
  65.     ii) type: internal "RESCAN"
  66.    - leave everything else unchanged
  67.  
  68.